home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{00028C01-0000-0000-0000-000000000046}#1.0#0"; "DBGRID32.OCX"
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 3255
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 5715
- LinkTopic = "Form1"
- ScaleHeight = 3255
- ScaleWidth = 5715
- StartUpPosition = 3 'Windows Default
- Begin VB.Data Data1
- Caption = "Data1"
- Connect = "Access"
- DatabaseName = "C:\VBDB\Working\Biblio.mdb"
- DefaultCursorType= 0 'DefaultCursor
- DefaultType = 2 'UseODBC
- Exclusive = 0 'False
- Height = 300
- Left = 1800
- Options = 0
- ReadOnly = 0 'False
- RecordsetType = 1 'Dynaset
- RecordSource = "Titles"
- Top = 2880
- Width = 2340
- End
- Begin MSDBGrid.DBGrid DBGrid1
- Bindings = "QuickExample6.frx":0000
- Height = 2655
- Left = 0
- OleObjectBlob = "QuickExample6.frx":0010
- TabIndex = 0
- Top = 120
- Width = 5655
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-